-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Domain only flow: redirect when starting the flow with a bad domain name #11823
Conversation
4513251
to
64f7b40
Compare
How about returning to the begining of the flow instead? Letting users choose a different domain, rather then defaulting them to the site flow. I'm also not sure a visible notice is needed here. Unless we know how users ended up with a bad domain query in the first place, the notice is not going to be very useful. |
The problem with keeping them in the This solution looks fine to me. I propose we just go with whatever is simplest, since this is an edge case. |
Code 👍 |
Product 👍 |
Howdy! Editor at your disposal :) Question: What does "bad" domain name mean here? Unavailable? Too short? Includes unacceptable characters? Something else? Is "This domain is unavailable" too vague here? ""X" isn't available as a domain. Keep going with setup -- you'll be able to choose another domain later." |
I don't think displaying a notice is the simplest solution here. I agree with @ranh that
and that we should simply hard redirect the user to |
Thanks for the notes @michelleweber! I think we're going to remove this notice altogether though :) So clearing the copy review label. |
Product 👍 Though I think we should test this again once we have the landing page at |
Code 👍 |
On domain only flow, when starting the flow with a bad domain name, redirect to
/domains
Testing instructions
git checkout add/error-message-for-no-domain
and start your server, or open a live branchReviews